Skip to content
Snippets Groups Projects
Commit 83f8a607 authored by Martín's avatar Martín
Browse files

Merge cambios en Ghci.service.ts

parent d6b6a1d5
No related branches found
No related tags found
No related merge requests found
...@@ -164,11 +164,13 @@ hayError(text){ ...@@ -164,11 +164,13 @@ hayError(text){
} }
} }
resetGutters(){ resetGutters(){
if(this.codemirrorRef!==null){ if(this.codemirrorRef!==null){
this.codemirrorRef.clearGutter("breakpoints"); this.codemirrorRef.clearGutter("breakpoints");
} }
} }
hayWarnings(text){ hayWarnings(text){
var line = -1; var line = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment