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
keeleliin
keeleliin-wrapper
Commits
6512e2ab
Commit
6512e2ab
authored
Sep 15, 2015
by
priit
Browse files
Utiliidi töö katkestamine
parent
3b616796
Changes
1
Hide whitespace changes
Inline
Side-by-side
wrapper/archiveExtractor.js
View file @
6512e2ab
...
...
@@ -60,10 +60,6 @@ function ArchiveExtractor() {
.
on
(
'
entry
'
,
function
(
entry
)
{
var
isFile
=
(
'
File
'
==
entry
.
type
);
if
(
isFile
)
{
count
++
;
}
var
savePath
=
SessionService
.
getStorePath
(
session
.
id
);
var
fullpath
=
path
.
join
(
savePath
,
entry
.
path
);
logger
.
debug
(
'
Fullpath:
'
+
fullpath
);
...
...
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