Skip to content

Commit f8b83aa

Browse files
javierturychemzqm
authored andcommitted
fix(help): avoid polluting q nmap (#1632)
1 parent 4806918 commit f8b83aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35280,7 +35280,7 @@ class Plugin extends events_1.EventEmitter {
3528035280
return false;
3528135281
}
3528235282
get version() {
35283-
return workspace_1.default.version + ( true ? '-' + "ca3fa9392b" : undefined);
35283+
return workspace_1.default.version + ( true ? '-' + "2e9f0a2814" : undefined);
3528435284
}
3528535285
async showInfo() {
3528635286
if (!this.infoChannel) {

0 commit comments

Comments
 (0)