We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5f010 commit 0420e57Copy full SHA for 0420e57
components/what_are_those/common/utils.mjs
@@ -1,6 +1,6 @@
1
export const checkTmp = (filename) => {
2
if (!filename.startsWith("/tmp")) {
3
- return "/tmp/filename";
+ return `/tmp/${filename}`;
4
}
5
return filename;
6
};
0 commit comments