We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f973bb7 commit d2fbc65Copy full SHA for d2fbc65
packages/react-native/addDebugIdToSourceMap.js
@@ -20,7 +20,7 @@ function includeDebugIdInSourceMap(sourceMapPath, debugId) {
20
21
const args = process.argv.slice(2);
22
if (args.length < 2) {
23
- console.error('Usage: node update-json.js <sourcemapPath> <debugId>');
+ console.error(`Usage: node ${path.basename(args[1])} <sourcemapPath> <debugId>`);
24
process.exit(1);
25
}
26
0 commit comments