cleanup assigned globals

This commit is contained in:
Tobias Koppers 2021-07-07 10:00:20 +02:00
parent 7e6cb9d35a
commit ec72e9369a
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
module.exports = {
afterExecute() {
delete global.MyLibraryProperties;
}
};

View File

@ -0,0 +1,5 @@
module.exports = {
afterExecute() {
delete global.MyLibrary;
}
};