fix change folder path

This commit is contained in:
Peter Maquiran
2024-08-16 14:21:01 +01:00
parent bec5104ac8
commit 6072a2456b
114 changed files with 419 additions and 540 deletions
+4
View File
@@ -0,0 +1,4 @@
export function getStackTrace() {
const error = new Error('trace');
return error.stack;
}