bugfix, close window when done
This commit is contained in:
parent
c483058fa8
commit
23d9268627
|
@ -88,6 +88,9 @@
|
|||
discWin.child.close();
|
||||
}
|
||||
}
|
||||
else {
|
||||
discWin.child.close();
|
||||
}
|
||||
|
||||
resolve(tokens);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue