Skip to content

Commit c4a688f

Browse files
committed
Ignore debug version check
1 parent 29e22ca commit c4a688f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/js/utils/checkForConfiguratorUpdates.js

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ function notifyOutdatedVersion(data) {
1111
return false;
1212
}
1313

14+
if (CONFIGURATOR.version.includes('debug')) {
15+
console.log('Debug build');
16+
return false;
17+
}
18+
1419
if (data.isCurrent === false && data.updatedVersion !== undefined) {
1520

1621
CONFIGURATOR.latestVersion = data.updatedVersion.version;

0 commit comments

Comments
 (0)