Update workspace.ts

pull/4512/head
yann300 8 months ago committed by Aniket
parent 0a3ef6bc0d
commit 2123c00ddd
  1. 2
      libs/remix-ui/workspace/src/lib/actions/workspace.ts

@ -872,7 +872,7 @@ export const createSlitherGithubAction = async () => {
export const createHelperScripts = async (script: string) => {
if (!templates[script]) return
await templates[script](plugin)
plugin.call('notification', 'toast', 'scripts added in the "scripts" folder')
plugin.call('notification', 'toast', `'${script}' added to the workspace.`)
}
export const updateGitSubmodules = async () => {

Loading…
Cancel
Save