Skip to content

Commit

Permalink
Update snipaste2.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AkariiinMKII committed Sep 30, 2024
1 parent 57e314c commit c4b48aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bucket/snipaste2.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
" if ($?) {",
" Write-Host \"Succeeded! You can uninstall 'snipaste-beta' now.\" -ForegroundColor Green",
" } else {",
" Write-Host \"Failed. Skip importing.\" -ForegroundColor Red",
" Write-Host \"Failed. Skip importing and remove residual fiels.\" -ForegroundColor Red",
" Remove-Item \"$persist_dir\\*\" -Force -Recurse -ErrorAction SilentlyContinue",
" }",
"}",
"function CreateFile([String] $file, [String] $content = $null) {",
Expand Down

0 comments on commit c4b48aa

Please sign in to comment.