kopia lustrzana https://github.com/OpenDroneMap/WebODM
Update TaskListItem.jsx
rodzic
1c649839cc
commit
fb56819d4e
|
@ -220,7 +220,7 @@ class TaskListItem extends React.Component {
|
||||||
|
|
||||||
checkForMemoryError(lines){
|
checkForMemoryError(lines){
|
||||||
for (let line of lines){
|
for (let line of lines){
|
||||||
if (line.indexOf("Killed") !== -1 || line.indexOf("MemoryError") !== -1){
|
if (line.indexOf("Killed") !== -1 || line.indexOf("MemoryError") !== -1 || line.indexOf("std::bad_alloc") !== -1){
|
||||||
this.setState({memoryError: true});
|
this.setState({memoryError: true});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue