vscode-js-debug: Fix invalid string escape

This commit is contained in:
piegames
2024-12-14 15:19:03 +01:00
parent e044fed9a9
commit 160f865b6b
+1 -1
View File
@@ -59,7 +59,7 @@ buildNpmPackage rec {
passthru.updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"v((?!\d{4}\.\d\.\d{3}).*)"
"v((?!\\d{4}\\.\\d\\.\\d{3}).*)"
];
};