Compare commits

...

1 Commits

Author SHA1 Message Date
muzam1l
d459b2ee92 Clear script log on running new script. 2022-08-01 17:04:26 +05:30

View File

@@ -143,7 +143,6 @@ const RunScript: React.FC<{ file: IFile }> = ({ file: { content, name } }) => {
setIframeCode(template);
state.scriptLogs = [
...snap.scriptLogs,
{ type: "success", message: "Started running..." },
];
} catch (err) {