Skip to content

Commit 50500d6

Browse files
Merge branch 'fix/viewer_crash' of https://github.com/Geode-solutions/OpenGeodeWeb-Front into fix/viewer_crash
2 parents ac6e356 + 0d25470 commit 50500d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/utils/local/scripts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ function commandExistsSync(execName) {
3030
});
3131
}
3232

33-
3433
const encoder = new TextEncoder();
3534

3635
function byteLength(str) {
@@ -101,7 +100,8 @@ function waitForReady(child, expectedResponse, signal) {
101100
cleanup();
102101
reject(
103102
new Error(
104-
`[${child.name}] exited with code ${code} before becoming ready.${recentOutput ? `\nRecent output:\n${recentOutput}` : ""
103+
`[${child.name}] exited with code ${code} before becoming ready.${
104+
recentOutput ? `\nRecent output:\n${recentOutput}` : ""
105105
}`,
106106
),
107107
);

0 commit comments

Comments
 (0)