Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8582ba38
authored
2016-01-26 16:06:56 -0500
by
brandonocasey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
log cleanup warnings
1 parent
aed1155d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
scripts/manifest-data.js
scripts/manifest-data.js
View file @
8582ba3
...
...
@@ -64,12 +64,12 @@ var clean = function() {
try
{
fs
.
unlinkSync
(
manifestFilepath
);
}
catch
(
e
)
{
// ignore error, must not exist
console
.
log
(
e
);
}
try
{
fs
.
unlinkSync
(
expectedFilepath
);
}
catch
(
e
)
{
// ignore error, must not exist
console
.
log
(
e
);
}
}
...
...
Please
register
or
sign in
to post a comment