aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/bundle/BundleModule.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/bundle/BundleModule.qbs')
-rw-r--r--share/qbs/modules/bundle/BundleModule.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/bundle/BundleModule.qbs b/share/qbs/modules/bundle/BundleModule.qbs
index 93c1d98d8..8572208e1 100644
--- a/share/qbs/modules/bundle/BundleModule.qbs
+++ b/share/qbs/modules/bundle/BundleModule.qbs
@@ -522,7 +522,7 @@ Module {
// Product is unbundled
if (commands.length === 0) {
- cmd = new JavaScriptComment();
+ cmd = new JavaScriptCommand();
cmd.silent = true;
cmd.sourceCode = function () { };
commands.push(cmd);