Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cavencj authored Oct 22, 2024
1 parent d0e8b53 commit c1ab955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function ready(options = {}) {
if (__isInitialized) {
return Promise.resolve()
}
// __cmdOut && __cmdOut()
__cmdOut && __cmdOut()
if (options['baseUrl']) {
this.config.baseUrl = options['baseUrl']
}
Expand Down

0 comments on commit c1ab955

Please sign in to comment.