spawn REG ENOENT (fixes #5003)

This commit is contained in:
Benjamin Pasero 2016-04-23 10:21:33 +02:00
parent 280ef0c6f9
commit 549b305201
3 changed files with 8 additions and 9 deletions

View file

@ -137,13 +137,12 @@
"name": "winreg",
"isLicense": true,
"licenseDetail": [
"Copyright (c) Paul Bottin",
"This project is released under BSD 2-Clause License.",
"",
"The BSD License",
"Copyright (c) 2016, Paul Bottin All rights reserved.",
"",
"Redistribution and use in source and binary forms, with or without",
"modification, are permitted provided that the following conditions",
"are met:",
"Redistribution and use in source and binary forms, with or without modification,",
"are permitted provided that the following conditions are met:",
"",
"1. Redistributions of source code must retain the above copyright",
" notice, this list of conditions and the following disclaimer.",

6
npm-shrinkwrap.json generated
View file

@ -406,9 +406,9 @@
"resolved": "https://registry.npmjs.org/windows-mutex/-/windows-mutex-0.2.0.tgz"
},
"winreg": {
"version": "0.0.12",
"from": "winreg@0.0.12",
"resolved": "https://registry.npmjs.org/winreg/-/winreg-0.0.12.tgz"
"version": "1.2.0",
"from": "winreg@1.2.0",
"resolved": "https://registry.npmjs.org/winreg/-/winreg-1.2.0.tgz"
},
"yauzl": {
"version": "2.3.1",

View file

@ -30,7 +30,7 @@
"semver": "4.3.6",
"vscode-debugprotocol": "1.8.0-pre.3",
"vscode-textmate": "1.0.11",
"winreg": "0.0.12",
"winreg": "1.2.0",
"yauzl": "2.3.1"
},
"devDependencies": {