mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Linter
This commit is contained in:
committed by
Kevin Sawicki
parent
e759ce72b5
commit
6bac17fb9a
@@ -733,7 +733,7 @@ void Window::PreviewFile(const std::string& filepath, mate::Arguments* args) {
|
||||
std::string filename;
|
||||
if (!args->GetNext(&filename)) {
|
||||
filename = filepath;
|
||||
}
|
||||
}
|
||||
window_->PreviewFile(filepath, filename);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user