Skip to content

Commit ac9b66c

Browse files
fix: noNativeModules
1 parent a30ec52 commit ac9b66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ async function run(command, flags) {
731731
break;
732732
case 'patch':
733733
await patchExtractedBuild(src)
734-
if (shouldBuildDirectly) await buildDirectly(src, !shouldMinify);
734+
if (shouldBuildDirectly) await buildDirectly(src, !shouldMinify, noNativeModules);
735735
break;
736736
case 'bypass-asar-integrity':
737737
await bypassAsarIntegrity(dest)

0 commit comments

Comments
 (0)