Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matefun
Frontend
Commits
83f8a607
Commit
83f8a607
authored
Nov 03, 2017
by
Martín
Browse files
Merge cambios en Ghci.service.ts
parent
d6b6a1d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Frontend Angular 4/src/app/shared/services/ghci.service.ts
View file @
83f8a607
...
...
@@ -130,7 +130,7 @@ export class GHCIService {
setTimeout
(
this
.
checkConsole
.
bind
(
this
),
100
);
}
}
hayError
(
text
){
hayError
(
text
){
var
line
=
-
1
;
if
(
this
.
waitingForError
){
var
line
=
this
.
lastError
;
...
...
@@ -164,12 +164,14 @@ hayError(text){
}
}
resetGutters
(){
if
(
this
.
codemirrorRef
!==
null
){
this
.
codemirrorRef
.
clearGutter
(
"
breakpoints
"
);
}
}
hayWarnings
(
text
){
hayWarnings
(
text
){
var
line
=
-
1
;
var
m
=
JSON
.
parse
(
text
);
...
...
@@ -490,4 +492,4 @@ hayError(text){
}
\ No newline at end of file
}
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