sisoe24 / Nuke-Tools

Useless template literal found JS-R1004
Anti-pattern
Minor
5 months ago5 months old
Template string can be replaced with regular string literal
366        }
367
368        if (!data.message) {
369            vscode.window.showErrorMessage(`Failed to get nodes: no message received from Nuke`);370            return [];
371        }
372