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 123e61a commit 16c3122Copy full SHA for 16c3122
android/titanium/libv8-services.js
@@ -277,7 +277,7 @@ if (import.meta.url.startsWith('file:') && process.argv[1] === fileURLToPath(imp
277
console.error(err);
278
process.exit(1);
279
});
280
- } else if (process.argv[2] === 'updateLibrary') {
+ } else if (process.argv[2] === 'update-library') {
281
/**
282
* Checks if the V8 library referenced by the "titanium_mobile/android/package.json" file is installed.
283
* If not, then this function will automatically download/install it. Function will do nothing if alredy installed.
0 commit comments