We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e240926 commit 1318bbcCopy full SHA for 1318bbc
1 file changed
src/lib/devTools.js
@@ -54,7 +54,7 @@ const devTools = {
54
);
55
await fsOperation(DATA_STORAGE).createFile("eruda.js", erudaScript);
56
} catch (e) {
57
- console.error("Failed to download eruda.js", e);
+ console.error("Failed to download eruda.js", e);
58
} finally {
59
if (showLoader) loader.destroy();
60
}
0 commit comments