mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 14:02:17 +00:00
Remove the tsx workaround as it had been fixed in upstream
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
/*
|
||||
* This script is used to clean up the tmp directory.
|
||||
* A workaround for https://github.com/louislam/dockge/issues/353
|
||||
*/
|
||||
import * as fs from "fs";
|
||||
|
||||
try {
|
||||
fs.rmSync("/tmp/tsx-0", {
|
||||
recursive: true,
|
||||
});
|
||||
} catch (e) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user