From dca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 22 Dec 2021 22:35:38 +0100 Subject: build: Simplify project structure --- scripts/watch.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/watch.js') 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 = [ // https://github.com/cawa-93/vite-electron-builder/issues/492 // https://github.com/MarshallOfSound/electron-devtools-installer/issues/143 /ExtensionLoadWarning/, + // GPU sandbox error with the mesa GLSL cache + // https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918433 + /InitializeSandbox\(\) called with multiple threads in process gpu-process/, ]; /** -- cgit v1.2.3-54-g00ecf