mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 17:44:11 +01:00
Clean up some old-style iterator gunk.
This commit is contained in:
@@ -98,7 +98,7 @@ var IO = Module("io", {
|
||||
|
||||
outer:
|
||||
for (let dir of values(dirs)) {
|
||||
for (let [, path] of iter(paths)) {
|
||||
for (let path of paths) {
|
||||
let file = dir.child(path);
|
||||
|
||||
dactyl.echomsg(_("io.searchingFor", JSON.stringify(file.path)), 3);
|
||||
|
||||
Reference in New Issue
Block a user