Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ScholliYT committed Oct 25, 2019
1 parent 74b220e commit 5e5f00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deadseeker.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, home, verbose):
self.error_occured = False
self.scanner()
if self.error_occured:
print("::error Found some broken links!")
print("::error file=app.js,line=10,col=15::Found some broken links!")
sys.exit(1)

def scanner(self):
Expand Down

0 comments on commit 5e5f00d

Please sign in to comment.