Skip to content

Commit 0c8929c

Browse files
authored
Update main.js
1 parent 6ab362c commit 0c8929c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
async init() {
4343
console.log("LiveServerPlugin initialized!");
44-
acode.addIcon('liveserver', '${this.baseUrl}icon.png');
44+
acode.addIcon('liveserver', `${this.baseUrl}icon.png`);
4545
// settings.update({
4646
// "Live-Server":{
4747
// "status": true,

0 commit comments

Comments
 (0)