Skip to content

Commit 3c05d8a

Browse files
fix: console (#1763)
* fix: console * format
1 parent 4b1a6ba commit 3c05d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ async function run(
189189
isConsole ||
190190
appSettings.value.console === appSettings.CONSOLE_LEGACY
191191
) {
192-
url = `${ASSETS_DIRECTORY}/js/build/console.build.js`;
192+
url = `${ASSETS_DIRECTORY}/build/console.js`;
193193
} else {
194194
url = `${DATA_STORAGE}/eruda.js`;
195195
}

0 commit comments

Comments
 (0)