Skip to content

Commit 1318bbc

Browse files
author
Ajit Kumar
committed
fix: linting
1 parent e240926 commit 1318bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/devTools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const devTools = {
5454
);
5555
await fsOperation(DATA_STORAGE).createFile("eruda.js", erudaScript);
5656
} catch (e) {
57-
console.error("Failed to download eruda.js", e);
57+
console.error("Failed to download eruda.js", e);
5858
} finally {
5959
if (showLoader) loader.destroy();
6060
}

0 commit comments

Comments
 (0)