Skip to content

Commit c6a147b

Browse files
committed
ci: break build to test ci
1 parent e07c346 commit c6a147b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-native-bundle-visualizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const open = require('open');
99
const { explore } = require('source-map-explorer');
1010
const pkgJSON = JSON.parse(fs.readFileSync('./package.json'));
1111

12-
function sanitizeString(str) {
12+
function sanitizeString2(str) {
1313
return str.replace(/[^\w]/gi, '');
1414
}
1515

0 commit comments

Comments
 (0)