aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-22 22:35:38 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-22 22:35:38 +0100
commitdca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3 (patch)
tree6d2a33fc7c4728f40ae4b1af9dccbfa4340544bf /scripts
parentbuild: Add electron-builder (diff)
downloadsophie-dca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3.tar.gz
sophie-dca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3.tar.zst
sophie-dca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3.zip
build: Simplify project structure
Diffstat (limited to 'scripts')
-rw-r--r--scripts/watch.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/watch.js b/scripts/watch.js
index dab2635..7ec07ff 100644
--- a/scripts/watch.js
+++ b/scripts/watch.js
@@ -31,6 +31,9 @@ const stderrFilterPatterns = [
31 // https://github.com/cawa-93/vite-electron-builder/issues/492 31 // https://github.com/cawa-93/vite-electron-builder/issues/492
32 // https://github.com/MarshallOfSound/electron-devtools-installer/issues/143 32 // https://github.com/MarshallOfSound/electron-devtools-installer/issues/143
33 /ExtensionLoadWarning/, 33 /ExtensionLoadWarning/,
34 // GPU sandbox error with the mesa GLSL cache
35 // https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918433
36 /InitializeSandbox\(\) called with multiple threads in process gpu-process/,
34]; 37];
35 38
36/** 39/**