Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
P
PM2 watcher
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nico Baruna Putra
PM2 watcher
Commits
23d7b1e2
Commit
23d7b1e2
authored
Dec 15, 2021
by
nico baruna
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix package.json
parent
ad8b323b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
index.go
index.go
+1
-1
No files found.
index.go
View file @
23d7b1e2
...
...
@@ -67,7 +67,7 @@ func Shellout(command string) (error, string, string) {
}
func
Native
()
{
err
,
out
,
errout
:=
Shellout
(
"pm2 restart
0
"
)
err
,
out
,
errout
:=
Shellout
(
"pm2 restart
1
"
)
if
err
!=
nil
{
log
.
Printf
(
"error: %v
\n
"
,
err
)
}
...
...
Nico Baruna Putra
@nico_putra
mentioned in commit
c2489d0a
·
Dec 15, 2021
mentioned in commit
c2489d0a
mentioned in commit c2489d0af59bda36f505295a915222dfe631d35a
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment