Skip to content

Commit

Permalink
Fix createPySide2Project command
Browse files Browse the repository at this point in the history
  • Loading branch information
sisoe24 committed Dec 3, 2023
1 parent 060df0d commit 37ecee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Expand Up @@ -77,7 +77,7 @@ function registerPackagesCommands(context: vscode.ExtensionContext): void {

context.subscriptions.push(
vscode.commands.registerCommand("nuke-tools.createPySide2Project", () => {
nukeTemplate.createTemplate();
void nukeTemplate.createTemplate();
})
);

Expand Down

0 comments on commit 37ecee9

Please sign in to comment.