Skip to content

Commit 08094b4

Browse files
committed
fix: add break before default
1 parent 2b2d498 commit 08094b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/utils/etc/open.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export function open(url) {
1717
break
1818
case 'linux':
1919
exec(`xdg-open "${url}"`)
20+
break
2021
default:
2122
console.log(`Unsupported platform: ${platform}`)
2223
break

0 commit comments

Comments
 (0)