Skip to content

Commit ed0d5ff

Browse files
committed
Enabled strict mode in Node scripts ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/perplexity-omnibox]
1 parent 9fe5100 commit ed0d5ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/bump/extension-manifests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// NOTE: Pass --<no-<commit|push>|nc|np> to skip git commit/push
88

99
(async () => {
10+
'use strict'
1011

1112
// Parse ARGS
1213
const args = process.argv.slice(2)

0 commit comments

Comments
 (0)