Skip to content

Commit a93d8a4

Browse files
committed
fix linter issues
1 parent f1eedeb commit a93d8a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/logViewer/logViewer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ class TextDocumentContentProvider implements vscode.TextDocumentContentProvider
7272
<link rel="stylesheet" href="${this.getStyleSheetPath('animate.min.css')}" >
7373
<link rel="stylesheet" href="${this.getStyleSheetPath('hint.min.css')}" >
7474
<link rel="stylesheet" href="${this.getStyleSheetPath('main.css')}" >
75-
<script src="${this.getNodeModulesPath(path.join('jquery','dist','jquery.min.js'))}"></script>
76-
<script src="${this.getNodeModulesPath(path.join('clipboard','dist','clipboard.min.js'))}"></script>
75+
<script src="${this.getNodeModulesPath(path.join('jquery', 'dist', 'jquery.min.js'))}"></script>
76+
<script src="${this.getNodeModulesPath(path.join('clipboard', 'dist', 'clipboard.min.js'))}"></script>
7777
<script src="${this.getScriptFilePath('proxy.js')}"></script>
7878
<script src="${this.getScriptFilePath('svgGenerator.js')}"></script>
7979
<script src="${this.getScriptFilePath('detailsView.js')}"></script>

0 commit comments

Comments
 (0)