Fix tslint errors
This commit is contained in:
@@ -112,7 +112,7 @@ export class IdeComponent implements OnInit {
|
||||
|
||||
readHandler(message: IDEMessage) {
|
||||
if (this.codeState === CodeState.SAVED) {
|
||||
if (this.filename != message.filename) {
|
||||
if (this.filename !== message.filename) {
|
||||
this.filename = message.filename;
|
||||
}
|
||||
this.code = (message.content != null) ? message.content : this.code;
|
||||
|
||||
Reference in New Issue
Block a user