vscode-js-debug: Fix invalid string escape
This commit is contained in:
@@ -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}).*)"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user